home *** CD-ROM | disk | FTP | other *** search
MS Developer Studio Project | 2002-12-27 | 11.1 KB | 497 lines |
- # Microsoft Developer Studio Project File - Name="codered" - Package Owner=<4>
- # Microsoft Developer Studio Generated Build File, Format Version 6.00
- # ** DO NOT EDIT **
-
- # TARGTYPE "Win32 (x86) Application" 0x0101
-
- CFG=codered - Win32 Release
- !MESSAGE This is not a valid makefile. To build this project using NMAKE,
- !MESSAGE use the Export Makefile command and run
- !MESSAGE
- !MESSAGE NMAKE /f "codered.mak".
- !MESSAGE
- !MESSAGE You can specify a configuration when running NMAKE
- !MESSAGE by defining the macro CFG on the command line. For example:
- !MESSAGE
- !MESSAGE NMAKE /f "codered.mak" CFG="codered - Win32 Release"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "codered - Win32 Release" (based on "Win32 (x86) Application")
- !MESSAGE "codered - Win32 Debug" (based on "Win32 (x86) Application")
- !MESSAGE "codered - Win32 Extreme" (based on "Win32 (x86) Application")
- !MESSAGE
-
- # Begin Project
- # PROP AllowPerConfigDependencies 0
- # PROP Scc_ProjName ""
- # PROP Scc_LocalPath ""
- CPP=cl.exe
- MTL=midl.exe
- RSC=rc.exe
-
- !IF "$(CFG)" == "codered - Win32 Release"
-
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir ".\Release"
- # PROP BASE Intermediate_Dir ".\Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir ".\release"
- # PROP Intermediate_Dir ".\release"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
- # ADD CPP /nologo /G5 /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
- # ADD BASE MTL /nologo /D "NDEBUG" /win32
- # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
- # ADD LINK32 winmm.lib wsock32.lib kernel32.lib user32.lib gdi32.lib /nologo /subsystem:windows /machine:I386 /out:"c:/codered/codered.exe"
- # SUBTRACT LINK32 /incremental:yes /debug /nodefaultlib
-
- !ELSEIF "$(CFG)" == "codered - Win32 Debug"
-
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir ".\Debug"
- # PROP BASE Intermediate_Dir ".\Debug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir ".\debug"
- # PROP Intermediate_Dir ".\debug"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
- # ADD CPP /nologo /G5 /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c
- # ADD BASE MTL /nologo /D "_DEBUG" /win32
- # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "_DEBUG"
- # ADD RSC /l 0x409 /d "_DEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386
- # ADD LINK32 winmm.lib wsock32.lib kernel32.lib user32.lib gdi32.lib /nologo /subsystem:windows /incremental:no /map /debug /machine:I386
- # SUBTRACT LINK32 /nodefaultlib
-
- !ELSEIF "$(CFG)" == "codered - Win32 Extreme"
-
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "codered___Win32_Extreme"
- # PROP BASE Intermediate_Dir "codered___Win32_Extreme"
- # PROP BASE Ignore_Export_Lib 0
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "codered___Win32_Extreme"
- # PROP Intermediate_Dir "codered___Win32_Extreme"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /G5 /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
- # ADD CPP /nologo /G5 /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "EXTREME" /YX /FD /c
- # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 winmm.lib wsock32.lib kernel32.lib user32.lib gdi32.lib /nologo /subsystem:windows /machine:I386 /out:"c:/codered/codered.exe"
- # SUBTRACT BASE LINK32 /incremental:yes /debug /nodefaultlib
- # ADD LINK32 winmm.lib wsock32.lib kernel32.lib user32.lib gdi32.lib glu32.lib /nologo /subsystem:windows /machine:I386 /out:"c:/codered/xtremecr.exe"
- # SUBTRACT LINK32 /incremental:yes /debug /nodefaultlib
-
- !ENDIF
-
- # Begin Target
-
- # Name "codered - Win32 Release"
- # Name "codered - Win32 Debug"
- # Name "codered - Win32 Extreme"
- # Begin Group "Source Files"
-
- # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
- # Begin Source File
-
- SOURCE=.\win32\cd_win.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cl_cin.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cl_ents.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cl_fx.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cl_input.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cl_inv.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cl_main.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cl_newfx.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cl_parse.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cl_pred.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cl_scrn.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cl_tent.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cl_view.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\qcommon\cmd.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\qcommon\cmodel.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\qcommon\common.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\conproc.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\console.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\qcommon\crc.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\qcommon\cvar.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\qcommon\files.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\glw_imp.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\in_win.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\keys.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\game\m_flash.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\qcommon\mdfour.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\menu.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\qcommon\net_chan.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\net_wins.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\qcommon\pmove.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\game\q_shared.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\q_shwin.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\qgl_win.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\qmenu.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\r_draw.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\r_image.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\r_light.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\r_main.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\r_mesh.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\r_misc.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\r_model.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\r_surf.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\r_warp.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\snd_dma.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\snd_mem.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\snd_mix.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\snd_win.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\server\sv_ccmds.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\server\sv_ents.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\server\sv_game.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\server\sv_init.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\server\sv_main.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\server\sv_send.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\server\sv_user.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\server\sv_world.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\sys_win.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\vid_dll.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\vid_menu.c
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\x86.c
- # End Source File
- # End Group
- # Begin Group "Header Files"
-
- # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
- # Begin Source File
-
- SOURCE=.\client\anorms.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\anorms.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\anormtab.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\qcommon\bspfile.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\cdaudio.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\client.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\conproc.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\console.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\game\game.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\input.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\jconfig.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\jmorecfg.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\jpeglib.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\keys.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\game\q_shared.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\qcommon\qcommon.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\qcommon\qfiles.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\qgl.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\qmenu.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\r_local.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\r_model.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\ref.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\screen.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\server\server.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\snd_loc.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\sound.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\client\vid.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\ref_gl\warpsin.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\winquake.h
- # End Source File
- # End Group
- # Begin Group "Resource Files"
-
- # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
- # Begin Source File
-
- SOURCE=.\win32\q2.ico
- # End Source File
- # Begin Source File
-
- SOURCE=.\win32\q2.rc
- # End Source File
- # End Group
- # End Target
- # End Project
-